home *** CD-ROM | disk | FTP | other *** search
/ MacGames Sampler / PHT MacGames Bundle.iso / MacSource Folder / Samples from the CD / Other Langs / MacYacc ƒ / Sample.p < prev    next >
Encoding:
Text File  |  1987-05-27  |  163 b   |  18 lines  |  [TEXT/EDIT]

  1. /* Protoypes grabbed from file
  2. ** "Sample.c"
  3. ** 1987 May 26 (Tue) 23:24:52
  4. */
  5.  
  6.         
  7. yylex(void);        
  8.  
  9.         
  10. yyerror(char *str);        
  11.  
  12.         
  13. main(void);        
  14.  
  15.         
  16. yyparse(void);        
  17.  
  18.